prevent RLE encoding of 1x1 pixel images, since the encoder comparison
author13:28:23 Tim Janik <timj@imendio.com>
Tue, 23 Sep 2008 11:30:35 +0000 (11:30 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 23 Sep 2008 11:30:35 +0000 (11:30 +0000)
commit69be45d1d4244eca5886b943109cfa3ecf82c413
tree9ef83fc3841cb658a71c7e4d1230f00f891be427
parent014acf7565800ca03497ec8ce607bda0f059ab20
prevent RLE encoding of 1x1 pixel images, since the encoder comparison

2008-09-23 13:28:23  Tim Janik  <timj@imendio.com>

        * gdk-pixdata.c: prevent RLE encoding of 1x1 pixel images, since the
        encoder comparison operator requires at least 2 pixels, fixes #553374:
        Bug 553374 - gdk_pixdata_from_pixbuf fails for some images with use_rle set to TRUE

svn path=/trunk/; revision=21497
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixdata.c